 |
API Documentation
|
|
|
13 class FontManager final :
public nkCommon::MaybeSingletonClass<FontManager>
Font * getByIndex(unsigned int index) const
void erase(const nkMemory::StringView &name)
Font * getDefaultFont() const
Offers an interface to work with fonts.
Definition: Font.h:14
Manages the fonts in the component [WIP].
Definition: FontManager.h:14
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
Font * createOrRetrieve(const nkMemory::StringView &name)
Font * get(const nkMemory::StringView &name) const
void rename(const nkMemory::StringView &oldName, const nkMemory::StringView &newName)
Encompasses all API of component NilkinsWinUi.
Definition: Clipboard.h:7